curl --location --globoff --request PATCH 'https://stageapi.partake.ng/api/v2/admin/merchants/{{merchantId}}/ban' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"reason": "He wan use the contest do money laundry" // optional for active; required for suspended/banned
}'{
"success": false,
"error": {
"code": "INVALID_STATUS_TRANSITION",
"message": "Cannot transition from 'banned' to 'active'.",
"details": {}
},
"statusCode": 400
}