Authorization: Bearer ********************
curl --location --request POST 'https://dev-api.idukki.io/keys/add' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "name":"wordpress" }'
{}