curl --request PATCH \
--url https://api.theauthapi.com/invitations/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"role": "<string>"
}
'curl --request PATCH \
--url https://api.theauthapi.com/invitations/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"role": "<string>"
}
'