X-API-Key: ********************curl --location 'https://api.snakk.ai/api/phone-numbers/purchase' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"phoneNumber": "+4712345678"
}'{
"phone_number": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0",
"phone_number": "+4712345678",
"country_code": "47",
"number_type": "local",
"assigned_to_agent": false,
"monthly_cost_nok": 30
},
"message": "Phone number purchased successfully",
"monthly_cost": 30
}