{
"email": "address@email.com",
"password": "qwer123456",
"user_tag": "ipcola",
"vcode": "sjeuijnhgytghyuj"
}
curl --location --request POST 'https://api.ipcola.com/api/user/reset_password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "address@email.com",
"password": "qwer123456",
"user_tag": "ipcola",
"vcode": "sjeuijnhgytghyuj"
}'
{
"meta_message": "string",
"meta_status": 0
}