{"userName":"admin","password":"1","grantType":"password","clientId":"c1","clientSecret":"1"}
curl --location -g --request POST '{{auth}}/login' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{"userName":"admin","password":"1","grantType":"password","clientId":"c1","clientSecret":"1"}'
{}