curl --location --request POST 'https://api.gauas.com/api/v1/cloud/iam' \
--header 'Authorization: Bearer {{ACCESS-TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_key": "accesskeytest",
"secret_key": "secretkeytest",
"name": "testiam",
"email": "gauas.lab@gmail.com"
}'{}