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