curl --location --request POST 'https://dev-api.inwantaiwan.com/api/apps/v1/otp/verify' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": 78841,
"phone_code": "62",
"phone": "85739020631"
}'
{
"data": {
"id": 1
}
}