curl --location 'http://localhost:6567/api/v1/api/v1/auth/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"password": "string",
"displayName": "string"
}'{
"id": "550e8400-e29b-41d4-a716-446655440000",
"email": "user@example.com",
"displayName": "John Doe",
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}