curl --request POST \
--url https://api.example.com/v1.0/numbers/data-usage \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"PhoneNumbers": [
{
"Number": "<string>"
}
],
"NotifyValue": 123,
"LimitValue": 123,
"ThrottleValue": 123,
"ThrottleSpeed": "<string>",
"ValueUnit": "<string>"
}
'curl --request POST \
--url https://api.example.com/v1.0/numbers/data-usage \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"PhoneNumbers": [
{
"Number": "<string>"
}
],
"NotifyValue": 123,
"LimitValue": 123,
"ThrottleValue": 123,
"ThrottleSpeed": "<string>",
"ValueUnit": "<string>"
}
'JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.
Update_DataLimit_Request object
Success