{
"requestId": "1",
"requestType": "sponsorship",
"action": "approve",
"comments": "Application meets all requirements"
}curl --location 'http://localhost:3000/api/v1/sponsorships/approvals/take-action' \
--header 'Content-Type: application/json' \
--data '{
"requestId": "1",
"requestType": "sponsorship",
"action": "approve",
"comments": "Application meets all requirements"
}'{}