{
"amount": 100,
"type": "payment",
"name": "{{$randomProduct}}",
"description": "{{$randomLoremSentence}}",
"redirect_link": "https://www.skywalker.com",
"notify":"whatsapp",
"send_to": "5511988556633",
"metadata": "teste",
"expire_in": 2
}curl --location --request POST 'https://prod.your-api-server.com/v1/links' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 100,
"type": "payment",
"name": "{{$randomProduct}}",
"description": "{{$randomLoremSentence}}",
"redirect_link": "https://www.skywalker.com",
"notify":"whatsapp",
"send_to": "5511988556633",
"metadata": "teste",
"expire_in": 2
}'{}