English
cURL
curl --request POST \ --url https://sandbox.killb.app/api/v2/auth/signup-otp \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "password": "<string>", "token": "<string>" } '
{ "id": "<string>", "customerId": "<string>", "email": "<string>", "active": true, "deletedAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }