curl error
curl error
Mi cURL code is like:
-d '{
"customer_id": "447757000000xxxxxx",
}
],
"plan": {
"plan_code": "aquames"
},
"addons": [
{
"addon_code": "SoloFlic",
}
],
But I get the following response:
{"code":4,"message":"Invalid value passed for plan"}
The plan_code is right. I checked it 10 times. What I may be doing wrong?