{
"id": 1,
"rejectReason": "string"
}curl --location '/admin-api/v1/merchant/applications/reject' \
--header 'Content-Type: application/json' \
--data '{
"id": 1,
"rejectReason": "string"
}'{
"code": 0,
"message": "string",
"data": {
"success": true
}
}