curl --location --request POST 'https://snakk-backend-production.up.railway.app/api/phone-numbers/claim-from-pool' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneNumberId": "8e9ce3fb-4d22-4fe3-baa7-b7892dd942d7"
}'