curl --location -g --request POST '{{host_user}}/users/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": " test",
"lastName": "test",
"email": "9b2b5b150a@emaily.pro",
"gender":"male",
"password": "123456789",
"passwordConfirmation": "123456789"
}'
{
"_id": "67d1851307aaef0f1467ebe9",
"firstName": "test",
"lastName": "test",
"deactivated": false,
"meta": [],
"gender": "male",
"email": "test@testbbb11.com",
"createdAt": "",
"updatedAt": "",
"roles": [
"676aaf4cc7ab43a96d31d8dd"
],
"capabilities": [],
"emailConfirmation": false
}