cURL
curl --request POST \ --url https://api.example.com/auth/signup \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "password": "<string>" } '