curl --location --request POST '/api-keys/' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Store Manager Key",
"admin": "5523006f-7b7d-4879-9eda-62c500bbc52b",
"is_active": true
}'
{}