curl --location --request POST '/auth' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"application_id": "rhmt_test",
"secret": "Pw18axeBFo8V7NamKHXX"
}'{
"token": "{{vault:json-web-token}}",
"role": "dev",
"expiry": "2023-03-18 16:40:31"
}