X-API-Key: ********************curl --location 'https://api.snakk.ai/api/phone-numbers/available?countryCode=&locality=&limit=' \
--header 'X-API-Key: <api-key>'{
"available_numbers": [
{
"phone_number": "+4712345678",
"region": "Oslo",
"setup_cost": "0",
"monthly_cost": "0"
}
]
}