curl --request POST \
--url 'http://{{baseurl}}/users' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"firstName": "Sam2",
"lastName": "Johnson2",
"username": "AsaAm_johnson12",
"email": "[email protected]",
"phoneNumber": "+440000000000",
"password": "12345678"
}
'