curl --request POST \
--url https://service.thatsme.com.br/api/v1.0/{userCode}/assertions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"badge_id": "<string>",
"event_id": "<string>",
"recipient_email": "<string>",
"recipient_name": "<string>",
"fields": {}
}
'