curl --location --request POST '/api/v1/entity/user' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "string", "roles": "string", "2fa_method": "string" }'
{}