POST
/
phones
/
purchase
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>"

Headers

authorization
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.