curl --location --request POST '185.252.233.246/api/user-auth/signup' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"name": "string",
"password": "pa$$word"
}'{
"message": "string",
"userId": "string"
}