curl --request POST \
--url https://nimbussuite.com/api/v1/billing/invoice \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"invoiceId": "<string>"
}
'{
"url": "<string>"
}curl --request POST \
--url https://nimbussuite.com/api/v1/billing/invoice \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"invoiceId": "<string>"
}
'{
"url": "<string>"
}Was this page helpful?