curl --location --request POST 'https://v1.dev.bukalombok.com/v1/auth/register' \
--data-urlencode 'name=John' \
--data-urlencode 'email=john@yopmail.com' \
--data-urlencode 'password=Test123!' \
--data-urlencode 'passwordConfirmation=Test123!'{
"meta": {
"success": true,
"status": 201,
"message": "Registrasi berhasil. Silahkan cek email anda untuk melihat kode OTP."
},
"data": {
"userId": "483ba7ea-4d31-453e-84bd-4c16dee7c79d",
"name": "John",
"email": "john@yopmail.com",
"createdAt": "2025-10-04T06:06:34.331Z"
}
}