Authorization: ********************curl --location --request PUT 'http://localhost:6567/api/v1/api/v1/admin/module-resources/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"label": "string",
"resourceType": "string",
"s3Key": "string"
}'