{
"companyIds": [
"string"
],
"status": "ACTIVE"
}
curl --location --request PATCH '/api/v0/beneficiary/status' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyIds": [
"string"
],
"status": "ACTIVE"
}'
{}