cURL
curl --request POST \ --url {schemes}://api.upsun.com/me/verification \ --header 'Authorization: Bearer <token>'
{ "state": true, "type": "<string>" }
Find out if the current logged in user requires verification (phone or staff) to create projects.
The information pertinent to determine if the account requires any type of verification before project creation.
Does this user need verification for project creation.
What type of verification is needed (phone or ticket)