curl --request POST \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/scim/tokens \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"label": "<string>"
}
'{
"id": "<string>",
"label": "<string>",
"token": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/scim/tokens \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"label": "<string>"
}
'{
"id": "<string>",
"label": "<string>",
"token": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}