curl --location --request POST '/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
}'{}