Authorization: Bearer ********************
x-api-key: ********************
curl --location --request GET '/v2/user/mfa/lookup?phone_number&country_code' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'
{
"phone_number": "+14155552671",
"country_code": "+1",
"calling_country_code": "1",
"national_format": "(415) 555-2671"
}