Authorization: Bearer ********************{
"user_id": "{{user_id}}"
}curl --location --request POST '/secure-data/v1/token' \
--header 'Authorization: Bearer <token>' \
--header 'Content-type: application/json;' \
--data-raw '{
"user_id": "{{user_id}}"
}'{}