curl --request DELETE \
--url http://localhost:8080/benefit_providers/{benefit_provider_id} \
--header 'admin-api-key: <api-key>'{
"id": "<string>",
"status": "active"
}curl --request DELETE \
--url http://localhost:8080/benefit_providers/{benefit_provider_id} \
--header 'admin-api-key: <api-key>'{
"id": "<string>",
"status": "active"
}