curl --request POST \
--url https://api.example.com/v1.0/services/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ServiceId": "<string>"
}
'curl --request POST \
--url https://api.example.com/v1.0/services/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ServiceId": "<string>"
}
'