curl --location --request PATCH 'https://v1.api.partnerpage.io/api/directory/private/v1alpha/directories//entries/partners//use_cases//' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"title": "string",
"description": "string",
"order": 0
}'
{
"id": "e4f88344-ec9d-438b-9e05-f2f4cc89ed88",
"title": "Entry Use Case",
"description": "This is the use case description",
"order": 0
}
Authorization: ********************