Authorization: Bearer ********************
{
"customerId": 0
}
curl --location --request POST 'https://mock.apidog.com/m1/365924-0-default/frequent-customers' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 0
}'
{
"data": 0
}