curl --location 'https://services.dispatchable.com/text-magic/api/v1/numbers?text_magic_account_uuid=7d3937aa-862e-4a06-89f3-f4f7f2174f83&phone_number=17863347913' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"text_magic_account_uuid": "66342671-ca8d-46f5-9e5d-92e7f6e93af3",
"textmagic_number_id": null,
"phone_number": "17863347913",
"formatted_phone_number": "1(786)334-7913",
"label": "Main Line",
"country": "US",
"status": "active",
"can_send": true,
"can_receive": true,
"is_active": true,
"is_default": true,
"settings": [],
"user_uuids": [
"ba2b7811-3f34-4e55-88e2-cea4841624cd",
"9266be0e-d1a7-4ae6-a4c1-63aa281aaa05",
"fff61f37-74b9-4e15-9488-fc3ae2637552"
],
"default_user_uuid": "9266be0e-d1a7-4ae6-a4c1-63aa281aaa05"
}'