curl --request GET \
--url https://api.onbeam.io/transfers/{transferId} \
--header 'x-api-key: <api-key>'{
"transferId": "<string>",
"status": "<string>"
}curl --request GET \
--url https://api.onbeam.io/transfers/{transferId} \
--header 'x-api-key: <api-key>'{
"transferId": "<string>",
"status": "<string>"
}