curl --location --request POST '/sim_card_data_usage_notifications' \
--header 'Content-Type: application/json' \
--data-raw '{
"sim_card_id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"threshold": {
"amount": "2048.1",
"unit": "MB"
}
}'
{
"errors": [
{
"code": 0,
"detail": "string",
"meta": {},
"source": {
"parameter": "string",
"pointer": "/json/pointer"
},
"title": "string"
}
]
}
Authorization: Bearer ********************