X-Auth-Token: ********************
{
"merchant_no": "string",
"status": 0
}
curl --location --request POST '/ims/ip/merchant/blockOrUnblock' \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token;' \
--data-raw '{
"merchant_no": "string",
"status": 0
}'
{}