curl --location --request POST 'https://api-v2.getmarvia.com/v1/users' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"countryCode": "string",
"languageCode": "EN",
"role": "ROLE_SUPER_ADMIN"
}'
{
"data": {
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}
}