Authorization: Bearer ********************
{
"messageId": "string",
"button": "Make Square",
"ref": "string",
"webhookOverride": "string"
}
curl --location --request POST 'https://api.imaginepro.ai/api/v1/nova/button' \
--header 'Content-Type: application/json' \
--data-raw '{
"messageId": "string",
"button": "Make Square",
"ref": "string",
"webhookOverride": "string"
}'
{
"success": true,
"messageId": "d15c1541-229a-442b-9873-d3494dede12a",
"createdAt": "2023-08-01T14:03:01.817Z"
}