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>"
}
'{}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>"
}
'{}