curl --request POST \
--url https://api.example.com/api/Configuration/SMS/Purchases/{packageId} \
--header 'Content-Type: application/json' \
--data '
{
"value": "<string>"
}
'{
"value": 123
}curl --request POST \
--url https://api.example.com/api/Configuration/SMS/Purchases/{packageId} \
--header 'Content-Type: application/json' \
--data '
{
"value": "<string>"
}
'{
"value": 123
}Was this page helpful?