cURL
curl --request PATCH \ --url https://data-api.b3.fun/blockscout/tokens/{address_hash}/instances/{id}/refetch-metadata \ --header 'Content-Type: application/json' \ --data '{ "recaptcha_response": "123" }'
{ "message": "OK" }
Address hash
integer id
OK
The response is of type object.
object