curl --request POST \
--url https://api.sandbox.bitwage.com/api/company/worker/invite/resend \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"company_id": "<string>",
"email": "jsmith@example.com"
}
'