Curl 토큰 생성
Last updated
Was this helpful?
Was this helpful?
{
"username": "test-username",
"password": "test-password"
}curl --location -g '{{url}}/v3/auth/tokens' \
--header 'Content-Type: application/json' \
--data '{
"username": "{{username}}",
"password": "{{password}}",
"expiresIn": "{{expiresIn}}"
}'