Authorization: Bearer ********************curl --location --request POST 'https://api.stg.bidancer.com/handler-service/v1/handler' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deliveryAttempt": 0,
"message": {
"data": "string",
"attributes": {},
"messageId": "string",
"publishTime": "string",
"orderingKey": "string"
},
"subscription": "string"
}'{
"status": "success",
"message": "string"
}