Authorization: Bearer ********************curl --location --request POST 'https://api.stg.bidancer.com/auth-service/v1/auth/password/reset' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"password": "stringst"
}'{
"status": "success",
"message": "string"
}