{
"clientId": "string",
"clientSecret": "string",
"franchiseId": 1
}curl --location 'https://mock.apidog.com/m1/405580-0-default/auth/client' \
--header 'Content-Type: application/json' \
--data '{
"clientId": "string",
"clientSecret": "string",
"franchiseId": 1
}'{
"data": {
"accessToken": "/regex/",
"refreshToken": "/regex/"
}
}