Check the status of a handoff session. Returns whether the handoff has been completed or is still pending.
curl --request GET \
--url https://api.fluxer.app/v1/auth/handoff/{code}/status{
"status": "<string>",
"token": "<string>",
"user_id": "<string>"
}curl --request GET \
--url https://api.fluxer.app/v1/auth/handoff/{code}/status{
"status": "<string>",
"token": "<string>",
"user_id": "<string>"
}