Poll the status of an IP authorization request. Use the ticket parameter to check if verification has been completed.
curl --request GET \
--url https://api.fluxer.app/v1/auth/ip-authorization/poll{
"completed": true,
"token": "<string>",
"user_id": "<string>"
}curl --request GET \
--url https://api.fluxer.app/v1/auth/ip-authorization/poll{
"completed": true,
"token": "<string>",
"user_id": "<string>"
}