curl --location --request POST 'https://v1.api.partnerpage.io/api/directory/private/v1alpha/directories//badges/' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"title": "string"
}'
{
"href": "/api/directory/private/v1alpha/directory/e2b2a65f-0972-4fb4-96bb-498a63411bb6/badges/45f4d429-070f-41d7-88d4-24089c573849/",
"title": "A New Badge",
"id": "45f4d429-070f-41d7-88d4-24089c573849",
"image": "https://image.domain.com/badge.png",
"order": 0
}
Authorization: ********************