cURL
curl --request POST \ --url https://api.example.com/v2/users \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "email": "jsmith@example.com" } '
{ "id": "<string>", "organizationId": "<string>", "name": "<string>", "email": "jsmith@example.com", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
1 - 255
255
^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$
^usr_[0-9A-Za-z]{22}$
^org_[0-9A-Za-z]{22}$