{ "status": "inactive" }
curl --location --request PUT 'https://prod.your-api-server.com/v1/recipients//bank/' \ --header 'Content-Type: application/json' \ --data-raw '{ "status": "inactive" }'
{}