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