curl --request POST \
--url 'https://sandbox.rollfi.xyz/benefits#addCompanyBenefits' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"method": "addCompanyBenefits",
"benefitCompanyElection": {
"companyId": "0BD1DCDE-64CF-440F-A552-9C4AA356BAAF",
"benefitType": "Medical",
"effectiveMonth": "March 2025"
}
}
'