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