{
"email": "myousuf+34t@expedey.com",
"password": "Hello123@"
}
curl --location --request POST 'https://dev.outbackmarketplace.com/api/v1/user/reset-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "myousuf+34t@expedey.com",
"password": "Hello123@"
}'
{}