curl --request POST \
--url https://api.peere.network/v1/customer/bill \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": 123,
"currency": "<string>",
"description": "<string>",
"agreementPhrases": [
"<string>"
],
"lookupPhrase": "<string>"
}
'