X-Admin-Key: ********************curl --location 'https://api.snakk.ai/api/admin/phone-numbers/bulk-purchase' \
--header 'X-Admin-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"countryCode": "NO",
"quantity": 1,
"locality": "string"
}'{
"success": true,
"purchased": 0,
"failed": 0,
"phone_numbers": [
{}
],
"errors": [
{
"number": "string",
"error": "string"
}
]
}