cURL
curl --request PUT \ --url https://elixir.jobkit.io/categories/{id}.json \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": 123, "name": "<string>" }
Update a category with the given ID