curl --location --request POST 'https://staging.syncode.anggita.org/api/matchmaking/decline' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"matchId": "685569fd-95e6-4335-9aa5-fdd22382bd9e"
}'{
"statusCode": 400,
"code": "VALIDATION_FAILED",
"message": "Validation failed",
"timestamp": "2019-08-24T14:15:22.123Z",
"details": {}
}