api-key: ********************
curl --location --request POST '/admin/login' \ --header 'api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "string", "password": "string" }'