curl --request POST \
--url https://api.skulabs.com/customer/add_note \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"note": "<string>"
}
'/customer/add_note
curl --request POST \
--url https://api.skulabs.com/customer/add_note \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"note": "<string>"
}
'