{
"name" : "dimas",
"email" : "dimas@gmail.com",
"password":"12345679",
"otp":1234567
}
curl --location --request POST 'https://kalveir-projects.bigsentinel.asia/api-store/account/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"name" : "dimas",
"email" : "dimas@gmail.com",
"password":"12345679",
"otp":1234567
}'
{}