{
"traffic_type": "rotation_residential",
"traffic_amount_gb": 10
}
curl --location --request POST 'https://api.ipcola.com/api/traffic_package/buy' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"traffic_type": "rotation_residential",
"traffic_amount_gb": 10
}'
{
"meta_message": "string",
"meta_status": 0
}