Authorization: Bearer ********************{
"expiresAt": "2030-12-31T23:59:59+00:00"
}curl --location --request POST 'https://mock.apidog.com/m1/463678-0-default/users//generate_token' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"expiresAt": "2030-12-31T23:59:59+00:00"
}'{}