Headers
Body
application/json
Response
Successful Response
The response is of type any.
curl --request POST \
  --url https://api-west.millis.ai/phones/purchase \
  --header 'Content-Type: application/json' \
  --header 'authorization: <authorization>' \
  --data '{
  "country": "<string>",
  "area_code": "<string>",
  "street": "<string>",
  "city": "<string>",
  "state_region": "<string>",
  "postal_code": "<string>"
}'"<any>"curl --request POST \
  --url https://api-west.millis.ai/phones/purchase \
  --header 'Content-Type: application/json' \
  --header 'authorization: <authorization>' \
  --data '{
  "country": "<string>",
  "area_code": "<string>",
  "street": "<string>",
  "city": "<string>",
  "state_region": "<string>",
  "postal_code": "<string>"
}'"<any>"Successful Response
The response is of type any.