Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"password": "/regex/"
}
Request Code Samples
curl --location --request PUT 'https://mock.apidog.com/m1/405580-0-default/users//password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "/regex/"
}'
Responses
This response does not have a body.
Modified at 2025-03-05 05:38:03