curl --request POST \
--url https://api.dancity.app/api/v1/internet/buy \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"plan": "<string>",
"accountid": "<string>",
"phone": "080*******",
"customerRef": "<string>"
}
'