Request
Body Params application/json
Request Code Samples
curl --location --request POST 'https://streampeg.com/api/removeTask' \
--header 'X-Auth-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"alias": "string"
}'
Responses
application/json {
"error": true,
"msg": "string",
"data": "string"
}
Modified at 2024-08-07 01:24:49